error: lifetimes in impl Trait types in bindings are not currently supported
--> src/compat/compat01as03.rs:390:13
|
12 | let reader: impl tokio_io::AsyncRead = std::io::Cursor::new(input);
| ^^^^^^^^^^^^^^^^^^^^^^^^
However it worked before and there's no lifetimes in binding.